ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / AutoComplete<T> Class / IsContentHtml Property

In This Topic
    IsContentHtml Property (AutoComplete<T>)
    In This Topic
    Gets or sets a value indicating whether the drop-down list displays items as plain text or as HTML.
    Syntax
    'Declaration
     
    
    <JsonAttribute(False)>
    <DefaultValueAttribute(True)>
    Public Overridable Property IsContentHtml As Boolean
    [Json(false)]
    [DefaultValue(true)]
    public virtual bool IsContentHtml {get; set;}
    See Also